runtime._type.textOff (method)

3 uses

	runtime (current package)
		iface.go#L227: 						ifn := typ.textOff(t.ifn)
		runtime1.go#L510: 	return (*_type)(rtype).textOff(textOff(off))
		type.go#L264: func (t *_type) textOff(off textOff) unsafe.Pointer {